body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    margin-top: 20px;
}
td{
    border: 1px solid #DDD;
}
fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.sec-nav {
    width: 100%;
    height: 85px;
    background: #1e222d;
    position: relative;
    z-index: 1;
}

.sec-nav .con {
    width: 1200px;
    margin: auto;
}

.sec-nav .sec-nav-inner {
    height: 85px;
}

.sec-nav .sec-nav-inner a {
    float: left;
    margin-left: 20px;
    height: 85px;
    font-size: 16px;
    color: #bbb;
    line-height: 85px;
    width: 87px;
    text-align: center;
}


.sec-nav .sec-nav-inner h2 a.checked,
.sec-nav .sec-nav-inner h2 a:hover {
    font-weight: bold;
    color: #f8482b;
    background: url(../images/nc.png) no-repeat center bottom;
    text-shadow: 0 5px 5px #111111;

}

.sec-nav .sec-nav-inner .logo-img {
    padding: 0 70px 0 20px;
    margin: 0;
}

.sec-nav .sec-nav-inner .logo-img img {
    margin-top: 25px;
}


.tl1-r {
    width: 200px;
    height: 60px;
    float: right;
    margin-top: 28px;
    /* display: inline; */
    height: 27px;
    background-color: #10161e;
    border: solid 1px #2d3541;
    border-radius: 15px;
    overflow: hidden;
}

.form_text {
    width: 130px;
    height: 27px;
    line-height: 27px;
    /* border: #f18e64 1px solid; */
    float: left;
    background: none;
    margin-left: 16px;
    color: #566273;
    font-size: 12px;
}

.form_btn {
    width: 46px;
    height: 27px;
    background: url(../images/searchbtn_v1.jpg) no-repeat;
    float: right;
    cursor: pointer;
}


.yj-container {
    padding-top: 30px;
    width: 100%;
    display: block;
    margin: auto;
    background: url(../images/bg_v1.png) repeat-y center top;
}

.yj-main {
    width: 1200px;
    margin: auto;
    /* min-height: 10000px; */
    padding-bottom: 50px;
}

.yj-s1 {
    width: 100%;
    height: 432px;
    box-shadow: 0 0 10px 0 rgba(218, 207, 204, 0.6);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}


.carousel {
    border-radius: 10px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.6);
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 432px;
    position: relative;
}

.carousel-con {
    width: auto;
    height: 432px;
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

.carousel-con a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.carousel-con a div {
    width: 100%;
    height: 432px;
    overflow: hidden;
}

.carousel-con a img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
}

.carousel-con b {
    display: block;
    height: 88px;
    line-height: 88px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 46% 0 2%;
    margin: auto;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.s1-toggle-container {
    width: 510px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}

.carousel .carousel-con-toggle {
    width: auto;
    padding: 0;
    text-align: left;
    height: 60px;
    box-sizing: border-box;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    left: 0;
}

.carousel-con-toggle span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 86px;
    height: 56px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    overflow: hidden;
    margin: 0 6px;
}

.carousel-con-toggle span.active {
    border-color: #f8482b;
}

.carousel-con-toggle span img {
    width:auto;
    height: 100%;
    position: absolute;
    left: -30px;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    margin: auto;
}
.s2-carousel .carousel-con-toggle span img{
    width:100%;
    left:0;
}
.carousel .s1-left {
    width: 35px;
    height: 55px;
    /*background: url(../images/L.png) no-repeat;*/
    background: red;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    transition: all 0.4s;
    margin-top: -27px;
    z-index: 2;
    display: none;
}

.carousel .s1-right {
    width: 35px;
    height: 55px;
    /*background: url(../images/R.png) no-repeat;*/
    background: green;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    transition: all 0.4s;
    margin-top: -27px;
    z-index: 2;
    display: none;
}

.yj-s2 {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
}

.yj-s2:after {
    content: "";
    display: table;
    clear: both;
}

.part-title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.part-title .line {
    display: block;
    height: 8px;
    width: 100%;
    background: linear-gradient(to bottom, #efefef, white);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.part-title b {
    position: relative;
    font-size: 20px;
    color: #404040;
    margin-left: 18px;
    float: left;
    height: 54px;
    z-index: 2;
}

.part-title b::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    margin: auto;
    width: 50px;
    height: 8px;
    background-color: #f76341;
    border-radius: 4px;
}

.part-title .more {
    float: right;
    font-size: 16px;
    color: #404040;
    margin-right: 30px;
    font-weight: bold;
}

.part-title .toggle-list {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.part-title .toggle-li {
    position: relative;
    font-size: 16px;
    color: #666666;
    margin-left: 24px;
    float: left;
    height: 54px;
    z-index: 2;
    margin-right: 25px;
    cursor: pointer;
}

.part-title .toggle-li.active {
    font-weight: bold;
    color: #404040;
    font-size: 20px;
}
.part-title .toggle-li:hover{
    color: #f76341;
}

.part-title .toggle-li.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: -10%;
    margin: auto;
    width: 120%;
    height: 8px;
    background-color: #f76341;
    border-radius: 4px;
}

.ico {
    background: url(../images/new-icon.png) no-repeat;
}

.s2-left {
    width: 860px;
    /* height: 2115px; */
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.6);
    border-radius: 10px;
}

#rightCon.fixed {
    position: fixed;
    right: 50%;
    margin-right: -600px;
    bottom: 0;
    z-index: 3;
}

#rightCon.position {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.s2-right {
    width: 320px;
    float: right;
}

.s2-r-con {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px rgba(215, 215, 215, 0.4);
    border-radius: 10px;
    margin-bottom: 15px;
}
.s2-r-con:last-child{
    margin-bottom: 0;
}
.s2-r-1 {
    width: 280px;
    margin: 18px auto 0;
    padding-bottom: 8px;
}

.s2-r-1 .s2-r-li {
    width: 100%;
    margin-bottom: 7px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.s2-r-1 .s2-r-li p {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    text-align: left;
    overflow: hidden;
    width: 100%;
}

.s2-r-1 .s2-r-li .img {
    width: 280px;
    height: 187px;
    border-radius: 8px;
    overflow: hidden;
    display: none;
    margin: 6px auto 4px;
}

.s2-r-1 .s2-r-li img {
    width: 100%;
    float: left;
    height: 100%;
}

.s2-r-1 .s2-r-li.active p {
    color: #f76341;
}

.s2-r-1 .s2-r-li.active .img {
    display: block;
}

.s2-r-2 {
    width: 288px;
    margin: 18px auto 0;
    padding-bottom: 8px;
}

.s2-r-2 .img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.s2-r-2 .img:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background:url("../images/play1.png") no-repeat;
    background-size: 50px 50px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.s2-r-2 .s2-r-li:hover .img:after {
    background:url("../images/play2.png") no-repeat;
    background-size: 50px 50px;
}

.s2-r-2 .s2-r-li {
    cursor: pointer;
}

.s2-r-2:after {
    content: "";
    display: table;
    clear: both;
}

.s2-r-2 > .s2-r-li {
    width: 100%;
    height: 228px;
}

.s2-r-2 > .s2-r-li .img {
    height: 191px;

}


.s2-r-2 .img img {
    float: left;
    width: 100%;
    height: 100%;
}

.s2-r-2 .s2-r-ul .s2-r-li {
    float: left;
    width: 140px;
    height: 120px;
}

.s2-r-2 .s2-r-ul .s2-r-li:nth-child(even){
    float: right;
}

.s2-r-2 .s2-r-li p {
    width: 100%;
    overflow: hidden;
    height: 37px;
    line-height: 37px;
    text-align: left;
    font-size: 14px;
    color: #333333;
}

.s2-r-2 .s2-r-ul .s2-r-li p {
    height: 26px;
    line-height: 26px;
}
.s2-r-2 .s2-r-li:hover p{
    color: #f76341;
}

.s2-r-2 .s2-r-ul .s2-r-li .img {
    height: 93px;
}

.toggle-con {
    display: none;
}

.toggle-con:first-child {
    display: block;
}

.s2-left .s2-left-con {
    width: 820px;
    margin: 20px auto 0;
}

.s2-left .s2-left-li {
    width: 100%;
    height: 147px;
    margin: 0 auto 34px;
    position: relative;
}

.s2-left .s2-left-li > a {
    float: left;
    width: 220px;
    height: 147px;
    border-radius: 10px;
    overflow: hidden;
}

.s2-left .s2-left-li > a img {
    display: block;
    width: 100%;
    height: 100%;
}

.s2-left .s2-left-info {
    float: right;
    width: 580px;
    margin: 0;
}

.s2-left .s2-left-info > a {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.s2-left .s2-left-info > a:hover{
    color:#f76341;
}
.s2-left .s2-left-info p {
    font-size: 14px;
    color: #888888;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
}

.s2-left .s2-left-label {
    height: 18px;
    position: absolute;
    bottom: 0;
}

.s2-left .s2-left-time {
    float: left;
    width: 174px;
    height: 18px;
    line-height: 18px;
    color: #cccccc;
    font-size: 14px;
    padding-left: 26px;
    background: url(../images/time_v1.png) no-repeat left center;
    background-size: 18px 18px;
}

.s2-left .s2-con-more {
    width: 134px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-radius: 10px;
    border: solid 1px #cccccc;
    display: block;
    margin: 18px auto;
    cursor: pointer;
}

.s2-left .s2-con-more:hover {
    background-color: #f76341;
    color: #ffffff;
    border-color: #f76341;
}


.yj-s3 {
    width: 100%;
    height: 432px;
    box-shadow: 0 0 10px 0 rgba(218, 207, 204, 0.6);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}


.yj-s4 {
    width: 1200px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(218, 207, 204, 0.6);
    border-radius: 10px;
}

.yj-s4:after {
    content: "";
    display: table;
    clear: both;
}

.s4-ul {
    padding-top: 20px;
}

.s4-li {
    float: left;
    width: 600px;
    margin-left: 20px;
}

.s4-li + .s4-li {
    width: 260px;
}

.s4-li .s4-img {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.s4-li + .s4-li .s4-img {
    height: 165px;
}

.s4-img img {
    width: 100%;
    height: 100%;
}

.s4-img p {
    width: 100%;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s4-ul .s4-li .s4-img a:hover p{
    color: #f76341;
}

/*list*/


.page-links {
    width: 860px; /* padding-top:10px; */
    height: 50px;
    margin-bottom: 10px;
}

.p_bar {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: center;
    font-size: 0px;
    clear: both;
    padding: 10px 0 10px 0;
    background: #ffffff; /* margin-bottom: 25px; */
}

.p_bar a {
    display: inline-block;
    margin-right: 10px;
    height: 21px;
    border: 1px solid #CCC;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 22px;
    font-size: 12px;
    color: #5a5a5a;
}

.p_bar a:visited {
    color: #5a5a5a;
}

.p_bar a:hover {
    color: #ff6600;
}

.p_bar .checked {
    font-weight: bold;
    background-color: #fb6a00;
    color: #FFF;
    border: 1px solid #fb6a00;
}

.p_bar .checked:visited {
    color: #FFF;
}

.p_bar .checked:hover {
    color: #fff;
}

.p_bar .another {
    color: #5a5a5a;
}

.p_bar .another:visited {
    color: #5a5a5a;
}

.p_bar .another:hover {
    color: #5a5a5a;
}

.p_bar .another .first {
    width: 124px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    border-right: 1px solid #CCC;
}

.p_bar .another .first span {
    color: #F50;
}

.p_bar .another .sec {
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 21px;
    line-height: 21px;
}


/*detail*/
.yj-top {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(218, 207, 204, 0.6);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}


.ns_t4 {
    width: 100%;
    background: #fff; /* border-bottom:#dfdfdf 1px solid; */
}

.n_nav1 {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 10px 0
}

.n_nav1 > i {
    float: left;
    width: 16px;
    height: 18px;
    margin: 6px 5px 0 10px;
    background-position: -19px -15px
}

.n_nav1 li {
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
    color: #9b9b9b;
    font-size: 14px
}

.n_nav1 li a:link {
    color: #9b9b9b
}

.n_nav1 li a:visited {
    color: #9b9b9b
}

.n_nav1 li a:hover {
    color: #f60
}

.newstit {
    width: 1000px;
    margin: 10px auto 28px;
    padding: 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 34px;
    color: #3b3b3b;
    text-align: center
}

.newstag {
    width: 1150px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    height: 40px
}

.newstag_l {
    width: 580px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #9b9b9b;
    text-align: left;
    overflow: hidden
}

.newstag_l .bds {
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 6px;
    margin-right: 50px;
    display: inline-block
}

.newstag_c {
    width: 140px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
    display: inline
}

.newstag_c em {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    display: inline-block;
    background-position: -127px -67px
}

.newstag_c span {
    float: left
}

.newstag_c span a {
    color: #818181;
    font-size: 14px
}

.newstag_c span a:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/news6.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -5px;
    background-size: cover
}

.newstag_label {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #7a7a7a;
    font-size: 14px
}

.newstag_label .news_gt a {
    color: #4e4e4e;
}


.n_show {
    width: 775px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    margin: auto;
    padding: 10px 40px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.6);
    border-radius: 10px;
}
.n_show strong{
    font-weight: bold;
}
.n_show img {
    max-width: 650px;
    border-radius: 10px;
    margin: 10px 0
}

.n_show embed, .n_show iframe {
    border-radius: 10px;
    width: 600px;
    height: 400px
}

.n_show p {
    margin: 10px 0
}

.n_show p.n_show_m {
    background: #f0f0f0;
    line-height: 30px;
    border-left: #ff8a00 5px solid;
    padding: 0 5px;
    margin: 20px 0 0 0;
    display: table
}

.n_show .n_show_g {
    line-height: 38px;
    display: block;
    font-size: 16px;
    height: 38px;
    border-radius: 6px;
    border: solid 1px #ebebeb;
    padding: 0 15px 0 25px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.n_show .n_show_g:before {
    content: '';
    width: 30px;
    height: 31px;
    display: block;
    background-image: linear-gradient(0deg, #ff4800 0, #ff7800 100%);
    border-radius: 6px 0 0 0;
    position: absolute;
    left: 0;
    top: 0
}

.n_show .n_show_g:after {
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    background: #f5f5f5;
    border-radius: 40px 0 0 0;
    position: absolute;
    left: 0;
    top: -3px
}

.n_show .n_show_g strong {
    position: relative;
    z-index: 1
}

.n_show .n_show_g a {
    margin-right: 20px
}

.n_show .n_show_g a:last-child {
    margin-right: 0
}

.n_show p.n_show_b {
    background: #f0f0f0;
    line-height: 30px;
    border-left: #f84b23 5px solid;
    padding: 0 5px;
    margin: 20px 0;
    display: inline-block;
    font-size: 14px
}

.n_show p.n_show_b .buy1 {
    width: 455px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    display: inline-block
}

.n_show p.n_show_b .buy2 {
    width: 60px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
    color: #ff7444
}

.n_show p.n_show_b .buy3 {
    width: 55px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    display: inline-block;
    color: #a8a8a8;
    text-decoration: line-through
}

.n_show p.n_show_b .buy4 {
    width: 50px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    display: inline-block;
    background: #f28f2d;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px
}

.n_show p.n_show_b .buy5 {
    width: 90px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 4px;
    display: inline-block;
    background: #f84b23;
    text-indent: 25px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    position: relative
}

.n_show p.n_show_b .buy5 a {
    color: #fff;
    display: block
}

.n_show p.n_show_b .buy5::before {
    content: '';
    display: block;
    width: 15px;
    height: 13px;
    background: url(../images/buyicon.png) no-repeat;
    position: absolute;
    left: 6px;
    top: 5px
}

.n_show p.n_show_s {
    background: #f0f0f0;
    line-height: 30px;
    border-left: #56bfeb 5px solid;
    padding: 0 5px;
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 14px
}

.n_show p.n_show_s .share1 {
    width: 330px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    display: inline-block
}

.n_show p.n_show_s .share2 {
    width: 125px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    display: inline-block;
    color: #ff7444
}

.n_show p.n_show_s .share3 {
    width: 50px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    display: inline-block;
    background: #f28f2d;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px
}

.n_show p.n_show_s .share4 {
    width: 90px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 4px;
    display: inline-block;
    text-align: center;
    background: #56bfeb;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px
}

.n_show p.n_show_s .share4 a {
    color: #fff;
    display: block
}

.n_show p.bigtit {
    width: 640px;
    height: 24px;
    line-height: 24px;
    border-left: #ff5a00 10px solid;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
    padding: 5px 0;
    background: #f0f0f0;
    color: #444;
    display: table;
    text-indent: 10px
}

.n_show table.yxqz-head {
    width: 650px;
    height: 30px;
    padding: 0;
    background: #f0f0f0;
    text-align: center
}

.n_show table.yxqz-con {
    width: 650px;
    padding: 0;
    text-align: center;
    margin-top: 1px
}

.n_show table.yxqz-con1 {
    width: 650px;
    padding: 0;
    text-align: center;
    background: #f8f8f8;
    margin-top: 1px
}

.n_show table a.yxqz-bbs {
    width: 55px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    display: inline-block;
    background: #ffcc50
}

.n_show table a.yxqz-zt {
    width: 55px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    display: inline-block;
    background: #9f5bfc;
    color: #fff
}

.n_show1 {
    width: 1000px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    word-wrap: break-word
}

.n_show1 img {
    max-width: 1000px
}

.n_show1 p {
    margin: 10px 0
}

.n_show1 p.showxline {
    width: 100%;
    height: 10px;
    border-top: #cbcbcb 1px dashed;
    margin: 20px 0
}

.n_show1 p.showhfgd {
    width: 995px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #888;
    border-left: #fe6061 5px solid;
    margin: 20px 0;
    text-indent: 10px;
    font-weight: bold
}

.n_show1 p.showlfgd {
    width: 995px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #888;
    border-left: #6cbfff 5px solid;
    margin: 20px 0;
    text-indent: 10px;
    font-weight: bold
}

.news_ding {
    clear: both;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    width: 130px;
    height: 65px;
    background-image: linear-gradient(-33deg, rgba(255, 72, 0, 0.17) 0, rgba(255, 120, 0, 0.17) 100%), linear-gradient(#f5f5f5, #f5f5f5);
    background-blend-mode: normal, normal;
    border-radius: 65px 65px 0 0
}

.news_ding1 {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    clear: both
}

.new_d1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    height: 51px;
    padding-top: 0
}

.new_d2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    height: 51px;
    padding-top: 3px
}

.new_ds {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ff5400;
    overflow: hidden;
    margin: auto;
    text-align: center;
    position: relative;
    top: -4px;
    line-height: 20px
}

.new_ds1 {
    width: 42px;
    height: 43px;
    background: url(../images/news8.png) no-repeat center center;
    margin: auto
}

.new_d2 .new_ds1 {
    background-image: url(../images/news9.png)
}


.n_nav1 > i {
    float: left;
    width: 16px;
    height: 18px;
    margin: 6px 5px 0 10px;
    background-position: -19px -15px;
}

.stl-l-xgh {
    width: 100%;
    height: 26px;
    margin-top: 20px;
    border-bottom: #f76341 1px dashed; /* text-indent:10px; *//* font-size: 17px; *//* clip-path: polygon( 100px  200px , 100px  300px , 200px  300px , 200px  200px ); */
}

.stl-l-xgh h3 {
    font-size: 16px;
    color: #333333;
    background-image: linear-gradient(-33deg, rgba(255, 72, 0, 0.17) 0, rgba(255, 120, 0, 0.17) 100%), linear-gradient(#f5f5f5, #f5f5f5);
    width: 85px;
    text-indent: 6px;
    height: 27px;
    line-height: 27px; /* clip-path: polygon(0 0); */
    clip-path: polygon(0 0, 75px 0, 85px 27px, 0 27px);
}

.stl-l-xgc {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.stl-l-xgc li {
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left; /* margin-left:6px; */
    display: inline;
}

.stl-l-xgc li em {
    width: 4px;
    height: 4px;
    background: #f76341;
    float: left;
    margin-top: 13px;
    display: inline-block;
    margin-right: 2px;
}

.stl-l-xgc li span {
    width: 286px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 4px;
    float: left;
    display: inline-block;
    font-size: 13px;
    color: #333333;
}

.stl-l-xgb {
    width: 592px;
    height: auto;
    display: table;
    margin-top: 20px;
}

.stl-l-xgs {
    width: 590px;
    height: 200px;
    margin: 0 auto;
    margin-top: 5px;
}

.stl-l-xgs li {
    width: 140px;
    height: 90px;
    float: left;
    margin-top: 10px;
    display: inline;
    position: relative;
}

.stl-l-xgs li img {
    width: 140px;
    height: 90px;
}

.stl-l-xgs li h4 {
    width: 140px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    zoom: 1;
    color: #fff;
    text-align: center;
}


#newsbbs {
    width: 825px;
    margin: 25px auto 0 auto;
    padding: 5px 15px;
    background-color: #f5f5f5;
    box-shadow: 0 0 12px 0 rgba(211,211,211,0.6);
    border-radius: 10px;
}

#foot{width:100%;height:190px;margin-top: 35px;background:#333333;}
.foot{width:1000px;height:120px;margin:0 auto;padding-top:35px;line-height:40px;text-align:center;font-size:12px;color:#aaa;}
.foot a:link{color:#aaa;}
.foot a:visited{color:#aaa;}
.foot a:hover{color:#ff6600;}
.foot a:active{color:#ff6600;}

.toTop {position: fixed;right: 100px;bottom: 100px;width: 50px;/*display: none;*/}
.toTop a {display: block;position: absolute;left: 0;bottom: 0;width: 34px;height: 36px;font-size: 14px;text-align: center;padding: 7px 8px;color: #fff;}
.toTop a.a-m {display: block;}
.toTop a span {display: none;}
.toTop a:hover {background: url(../images/auto.png) no-repeat;}
.toTop a:hover span {display: block;}
a.a-1 {z-index: 11;background: url(../images/toTop.png) no-repeat;}

